projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed62ad3
)
(sh-mode-hook, sh-set-shell-hook): Add defvars.
author
Karl Heuer
<kwzh@gnu.org>
Sun, 23 Feb 1997 08:40:41 +0000
(08:40 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sun, 23 Feb 1997 08:40:41 +0000
(08:40 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 6ba2856938fe21119f4f2103b1bc18ba35d8888d..7e0e0e32bfbf0e9460b09641506d186b54b4bb74 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-47,6
+47,12
@@
(require 'executable)
+(defvar sh-mode-hook nil
+ "*Hook run by `sh-mode'.")
+
+(defvar sh-set-shell-hook nil
+ "*Hook run by `sh-set-shell'.")
+
(defvar sh-ancestor-alist
'((ash . sh)
(bash . jsh)